home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / N-O / NL Help < prev    next >
Text File  |  1989-01-14  |  4KB  |  101 lines

  1. **************************************************************************
  2. Since it seems that so many new Nova Link sysops have big trouble trying
  3. to get it to work with their modem perhaps the following information will
  4. help you out.
  5.  
  6. This is the text of a message posted in the BBS-RT and I thought it may
  7. be appropriate to post it in the library so it would be easy to find when
  8. you're having trouble.
  9.  
  10. RALPH.YOUNT - Co-Host BBS-RT
  11. **************************************************************************
  12.  
  13. Category 6,  Topic 20
  14. Message 47        Sat Jan 14, 1989
  15. ALLENP             at 00:31 MST
  16.  
  17.  MYSTERY SOLVED! (when all else fails, read the instructions!) In truth,
  18. the instructions ain't all that clear! Most of the information you need
  19. FIRST to set up NovaLink is buried in various places in the BACK of the
  20. docs ... and due to the unusual nature of the program, it isn't too clear
  21. to a first-time user that all the "text resources" mentioned by name like
  22. ModemInitA, ModemAnswerA, ModemHangup, etc. are "buried" in the STR file
  23. and can be accessed only by the built-in NovaLink line editor, after
  24. logging on in local terminal mode, getting into the "Treemap" menu
  25. selection, switching into the Extended Parser, getting the "help" file to
  26. learn the .L (list), .R (read), .K (kill) and .S (save) commands to list
  27. the test resource names, double check that the right ones are there, read
  28. them to see that the content is right, and kill the wrong ones and edit &
  29. save the new ones. SIMPLE!!
  30.    Anyway, to work with NovaLink 2.1b24, I found that several "text
  31. resources" must be present in the STR file, as shown by the (L)ist (T)ext
  32. resources parser commands. If not, they must be added [(E)dit (T)ext
  33. {newfilename}] and the old ones, if any, must be (K)illed. (S)ave the new
  34. ones and away you go. When NovaLink boots, it calls up the STR file and
  35. invokes the imbedded text resources to initialize the modem.
  36.    For the "first time user" who is used to more conventional approaches,
  37. separate text files in the NovaLink folder named ModemInitA, ModemAnswerA,
  38. etc. WILL NOT WORK!!
  39.    HERE IS THE TEXT of a modem help file I found as a separate file to be
  40. used with the NovaLink 2.1b24 version. This version of Nova Link uses a
  41. new format of ModemAnswer files:
  42.    -----
  43.  The name of the text resource for ModemAnswer is:
  44.  "ModemAnswerA" for the Modem Port, and
  45.  "ModemAnswerB" for the Printer Port.
  46.  It consists of a number of lines, each representing a certain message the
  47. modem sends.  The format is:
  48.  :Pattern:Baudrate:Action
  49.  Pattern is the end of the line that the modem sends you, which can be any
  50. number of characters.
  51.  Baudrate is a number representing the baudrate to go to before doing the
  52. Action, or "-" to not change the baudrate.
  53.  Action can be one of three things:
  54.  A                     (This answers the caller at the given baudrate)
  55.  T <name>              (This prints the given text to the modem)
  56.  C <rates> <name>      (This cycles between the given baudrates
  57.                         trying to find the right baudrate)
  58.  There are also special patterns:
  59.  "[" is simulated for the ModemInit sequence
  60.  "*" is simulated to hang up the modem
  61.  "?" is simulated if the carrier is high for long enough, but no
  62.  recognizable string comes in.
  63.  For a 1200 baud hayes compatible modem, use the following setup:
  64.  "ModemAnswerA" text resource:
  65.  :[:1200:T ModemInitA
  66.  :*:-:T ModemHangupA
  67.  :?:-:C 1200/300 ModemAsk
  68.  :CONNECT:300:A
  69.  :CONNECT 1200:1200:A
  70.  "ModemInitA" text resource:
  71.  AT
  72.  AT
  73.  ATM0X1V1&C1S0=1
  74.  "ModemHangupA" text resource:
  75.  ```+++```
  76.  ATH
  77.  "ModemAsk" text resource:
  78.  Press RETURN:
  79.  For a 2400 baud hayes modem, it is the same except for the "ModemAnswerA"
  80. resource which is now:
  81.  :[:2400:T ModemInitA
  82.  :*:-:T ModemHangupA
  83.  :?:-:C 2400/1200/300 ModemAsk
  84.  :CONNECT:300:A
  85.  :CONNECT 1200:1200:A
  86.  :CONNECT 2400:2400:A
  87.  The baudrate given in the first line (for modeminit) is the baudrate that
  88. the modem will be in during command mode...
  89.  -------
  90.  The only change I had to make for a "non-memory" modem such as my Avatex
  91. 1200E is to change the modem init string to:
  92.  AT
  93.  ATZ
  94.  ATM0X1S0=1
  95.  All normal default switch settings stand: DTR-follows line; MESSAGE
  96. format- display words, not numbers); MESSAGE display on; COMMAND echo yes;
  97. AA disabled; CD follows line; COMMANDS recognized. Again, this is for the
  98. more conventional 1200 bps non-memory modems which I use.
  99.  Hope this helps someone avoid unnecessary frustration!!!
  100.  ------------
  101.